home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / TAROT.SWF / scripts / DefineSprite_14 / frame_11 / DoAction.as
Text File  |  2003-11-17  |  281b  |  17 lines

  1. t = 0;
  2. while(nbrobj >= t)
  3. {
  4.    angledupl[t] += pasrot;
  5.    if(360 < angledupl[t])
  6.    {
  7.       angledupl[t] = pasrot;
  8.       eval("carte" + t)._rotation = angledupl[t];
  9.    }
  10.    else
  11.    {
  12.       eval("carte" + t)._rotation = angledupl[t];
  13.    }
  14.    t++;
  15. }
  16. gotoAndPlay(10);
  17.